Symfony2 and RabbitMqBundle. Can`t publish a message

Posted by Gabriel Filipiak on Stack Overflow See other posts from Stack Overflow or by Gabriel Filipiak
Published on 2012-10-10T14:58:26Z Indexed on 2012/10/11 9:37 UTC
Read the original article Hit count: 269

Filed under:
|

I am trying to use syfmony2 framework with RabbitMqBundle from here: https://github.com/videlalvaro/RabbitMqBundle

I am sure that my rabbitmq server is up and running and I am doing the configuration and publishers code accordingly to the docs delivered on github. Unfortunately I can`t add any message to the queue.

I am sure that my rabbitmq server is up and running. I have queue named accordingly to the symfony configuration file.

Have anyone got any clue what is wrong?

Thanks in advance for any suggestions.

© Stack Overflow or respective owner

Related posts about symfony2

Related posts about rabbitmq